Preview - Descriptive Statistics

Choose Data Set & Plot Descriptive Table


Open separate tab and paste this URL into the search bar:

https://mybinder.org/v2/gh/CT-STEM/Descriptive-Statistics/1.0

Then, click on "STD_Part2"

Please note that you will need to have TWO tabs open on your Chromebook - one for CT-STEM and one for Jupyter notebook.


Questions

Please answer the questions below.

Which data set did you choose to display and analyze? You will enter the name of this .csv file into the Jupyter notebook

ds = pd.read_csv('FILE NAME')


Write the code necessary to display descriptive statistics (count, mean, st dev, etc). You may need to open up the link from yesterday's pre-assessment, if you forgot how to display this information (https://mybinder.org/v2/gh/CT-STEM/Descriptive-Statistics/1.0).

Based on the relationship between the mean and median, make a prediction of the shape of this distribution. Explain your reasoning. 


Notes

These notes will appear on every page in this lesson so feel free to put anything here you'd like to keep track of.